Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/28. Show Hide Password/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/28. Show Hide Password/app.js
11 Views
0 Comments
const input = document.querySelector("input");
const eye = document.querySelector("#eye-icon");

eye.addEventListener("click", (
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/28. Show Hide Password/index.html
23 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/28. Show Hide Password/style.css
16 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}

body {